home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 37 / CD Expert nº 37.iso / LastCall / lastcall.exe / stuff / lastcall.dxr / 00197.ls < prev    next >
Encoding:
Text File  |  2000-03-27  |  193 b   |  5 lines

  1. on soundDuration whichSound
  2.   duration = member(whichSound).size / (member(whichSound).sampleRate * member(whichSound).channelCount * member(whichSound).sampleSize / 8.0)
  3.   return duration
  4. end
  5.